type internal/reflectlite.rtype
23 uses
internal/reflectlite (current package)
type.go#L94: type rtype struct {
type.go#L233: func (t rtype) nameOff(off nameOff) abi.Name {
type.go#L237: func (t rtype) typeOff(off typeOff) *abi.Type {
type.go#L241: func (t rtype) uncommon() *uncommonType {
type.go#L245: func (t rtype) String() string {
type.go#L253: func (t rtype) common() *abi.Type { return t.Type }
type.go#L255: func (t rtype) exportedMethods() []abi.Method {
type.go#L263: func (t rtype) NumMethod() int {
type.go#L271: func (t rtype) PkgPath() string {
type.go#L282: func (t rtype) Name() string {
type.go#L301: func toRType(t *abi.Type) rtype {
type.go#L302: return rtype{t}
type.go#L313: func (t rtype) Elem() Type {
type.go#L317: func (t rtype) In(i int) Type {
type.go#L325: func (t rtype) Key() Type {
type.go#L333: func (t rtype) Len() int {
type.go#L341: func (t rtype) NumField() int {
type.go#L349: func (t rtype) NumIn() int {
type.go#L357: func (t rtype) NumOut() int {
type.go#L365: func (t rtype) Out(i int) Type {
type.go#L390: func (t rtype) Implements(u Type) bool {
type.go#L400: func (t rtype) AssignableTo(u Type) bool {
type.go#L409: func (t rtype) Comparable() bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |